From: Chong Yidong Date: Sat, 17 Mar 2007 18:51:19 +0000 (+0000) Subject: * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist) X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~1571 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=3d0971beb2183fd35288527f8d569cab6db6d6a9;p=emacs.git * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist) (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special): Return to use of the -no-properties variants. There was consensus on emacs-devel that the speed of these variants was prefered since we are usually parsing files (from the internet or on disk) instead of XML created in Emacs. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f9841edde25..b24b9e43872 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -22,6 +22,15 @@ * textmodes/org.el (org-set-font-lock-defaults): Handle narrow table columns correctly. +2007-03-12 Mark A. Hershberger + + * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist) + (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special): + Return to use of the -no-properties variants. There was + consensus on emacs-devel that the speed of these variants was + prefered since we are usually parsing files (from the internet + or on disk) instead of XML created in Emacs. + 2007-03-12 Glenn Morris * calc/calc-forms.el (math-std-daylight-savings): Switch to new